@charset "utf-8";

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* 通头通用广告s */

.topnav-img {
  width: 100%;
  overflow-x: hidden;
}

.topnav-img img {
  display: block;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

/* 通头通用广告e */

/* 顶部-导航s */

.topnav-common .zhucegif {
  width: 73px;
  height: 22px;
  background: url('../images/index-zhuce.gif') no-repeat;
  display: block;
  position: absolute;
  left: 77.3%;
  top: 30px;
  z-index: 1;
}

#top-navigate {
  position: relative;
}

.topnav-common {
  background: #f3f3f3;
  color: #777777;
  border-bottom: 1px solid #eee;
  font-size: 14px;
}

.topnav-common a {
  color: #777777;
}

.topnav-common a:hover {
  color: #ff5600;
}

.topnav-common .topnav-ora,
.topnav-common .topnav-ora:hover {
  color: #ff5600;
}

.topnav-white {
  background: #fff;
  border-bottom: 1px solid #eee;
}

.topnav-con {
  position: relative;
  min-width: 850px;
  height: 38px;
  line-height: 38px;
}

.topnav-iconphone {
  display: block;
  width: 16px;
  height: 15px;
  float: left;
  margin-top: 12px;
  background: url('../images/common-nav.png') no-repeat 0 -185px;
}

.topnav-phone {
  width: 92px;
  height: 38px;
  float: left;
  position: relative;
  padding-left: 9px;
  cursor: pointer;
  border-left: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
}

.topnav-white .topnav-phone {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.topnav-phone:hover {
  background-color: #fff;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}

.topnav-arrow {
  background: url('../images/common-nav.png') no-repeat 83px -14px;
}

.topnav-phone:hover.topnav-arrow {
  background-position: 83px -41px;
}

.topnav-phone-detail {
  width: 255px;
  border: 1px solid #e9e9e9;
  border-top: 0;
  position: absolute;
  background: #fff;
  z-index: 999999;
  top: 38px;
  left: -1px;
  display: none;
}

.topnav-phone:hover .topnav-phone-detail {
  display: block;
}

.topnav-phone-detail .topnav-phone-d-t {
  height: 36px;
  line-height: 36px;
  border-bottom: 1px solid #e9e9e9;
  font-size: 14px;
  padding-left: 10px;
}

.topnav-phone-detail .topnav-phone-d-img {
  line-height: 0;
  padding: 24px 10px;
}

.topnav-menu .topnav-arrow {
  padding-right: 16px;
  background-position: 48px -14px;
}

.topnav-menu li {
  position: relative;
  padding: 0 5px 0 10px;
  float: left;
}

.topnav-menu .topnav-menu-con {
  padding-right: 10px;
}

.topnav-menu .iconfont {
  display: block;
  background: url('../images/common-nav.png') no-repeat;
  width: 20px;
  height: 15px;
  float: left;
  margin-top: 11px;
  background-position: 0 0;
}

.topnav-list-haschild {
  border-left: 1px solid #f3f3f3;
  border-right: 1px solid #f3f3f3;
  cursor: pointer;
}

.topnav-white .topnav-list-haschild {
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
}

.topnav-list-haschild:hover {
  background-color: #ffffff;
  border-left: 1px solid #e9e9e9;
  border-right: 1px solid #e9e9e9;
}

.topnav-list-childcon {
  border: solid 1px #e9e9e9;
  border-top: none;
  background-color: #fff;
  position: absolute;
  z-index: 99;
  display: none;
}

.topnav-list-childcon {
  width: 190px;
  padding: 9px 0 3px 0;
  position: absolute;
  left: -1px;
}

.topnav-list-childcon dl {
  padding-left: 12px;
  line-height: 1.5;
  font-size: 14px;
}

.topnav-list-childcon dl dt {
  cursor: auto;
  color: #111;
}

.topnav-list-childcon dl dd {
  float: left;
  padding: 4px 16px 6px 0;
}

.topnav-usercenter:hover .topnav-arrow {
  background-position: 48px -41px;
}

.topnav-usercenter:hover .topnav-usercenter-con,
.topnav-usercenter:hover .topnav-navigation-con {
  display: block;
}

.topnav-usercenter .topnav-navigation-con {
  width: 140px;
}

/* 顶部-导航e */

/* 宽度容器s */

.wrap-small {
  width: 950px;
  min-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

.wrap-middle {
  width: 1190px;
  min-width: 1190px;
  margin-left: auto;
  margin-right: auto;
}

.wrap-large {
  width: 1390px;
  min-width: 1390px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1190px) {
  .wrap-adaption,
  .wrap-prodetail-adaption {
    width: 950px;
    min-width: 950px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1190px) and (max-width: 1390px) {
  .wrap-adaption {
    width: 1190px;
    min-width: 1190px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1390px) {
  .wrap-adaption {
    width: 1390px;
    min-width: 1390px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1190px) {
  .wrap-prodetail-adaption {
    width: 1190px;
    min-width: 1190px;
    margin-left: auto;
    margin-right: auto;
  }
}

.pl10 {
  padding-left: 10px !important;
}

.pl6 {
  padding-left: 6px !important;
}

.hide,
.none {
  display: none;
}

/* 宽度容器e */

/* 播放视频样式覆盖s */

.vjs-paused .vjs-big-play-button,
.vjs-paused.vjs-has-started .vjs-big-play-button {
  display: block;
}

.video-js .vjs-big-play-button {
  font-size: 2.5em;
  line-height: 2.4em;
  height: 2.5em;
  width: 2.5em;
  border-radius: 2.5em;
  margin-top: -1.25em;
  margin-left: -1.25em;
}

.vjs-big-play-button .vjs-icon-placeholder {
  font-size: 1.6em;
}

.vjs-loading-spinner {
  font-size: 2.5em;
  width: 2em;
  height: 2em;
  border-radius: 1em;
  margin-top: -1em;
  margin-left: -1.5em;
}

.video-js.vjs-playing .vjs-tech {
  pointer-events: auto;
}

/* 播放视频样式覆盖e */

/* 尾部行业字母s */

.footer-letter {
  clear: both;
  color: #666;
  height: 53px;
  line-height: 53px;
  font-size: 14px;
  font-family: Arial;
  text-align: left;
}

.footer-letter a {
  padding-left: 8px;
  padding-right: 9px;
  margin-right: 10px;
  color: #999;
}

.footer-letter a:last-child {
  margin-right: 0;
}

.footer-letter a:hover {
  color: #ff5700 !important;
}

.footer-letter-white,
.footer-letter-white a {
  color: #fff;
}

.footer-letter-white a:hover {
  color: #ccc !important;
}

.wrap-small .footer-letter a {
  padding-left: 4px;
  padding-right: 4px;
}

.wrap-middle .footer-letter a {
  padding-left: 8px;
  padding-right: 9px;
}

.wrap-large .footer-letter a {
  padding-left: 12px;
  padding-right: 12px;
}

@media (max-width: 1190px) {
  .wrap-adaption .footer-letter a,
  .wrap-prodetail-adaption .footer-letter a {
    padding-left: 4px;
    padding-right: 4px;
  }
}

@media (min-width: 1190px) and (max-width: 1390px) {
  .wrap-adaption .footer-letter a {
    padding-left: 8px;
    padding-right: 9px;
  }
}

@media (min-width: 1190px) {
  .wrap-prodetail-adaption .footer-letter a {
    padding-left: 8px;
    padding-right: 9px;
  }
}

@media (min-width: 1390px) {
  .wrap-adaption .footer-letter a {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* 尾部行业字母e */

/* 公用尾部s */

.footer {
  background: #f5f5f5;
  width: 100%;
  text-align: center;
  line-height: 28px;
  color: #999;
  padding: 8px 0;
  font-size: 14px;
}

.footer-white {
  background: #fff;
}

.footer-index {
  background: #333333;
  padding: 0;
  line-height: 1.5;
  color: #a5a5a5;
}

.footer-shop {
  padding: 0;
}

.footer-shop p {
  line-height: 42px;
}

.footer-shop-name {
  color: #555;
  border-bottom: 1px solid #eee;
}

.footer-shop-mid {
  border-bottom: 1px solid #eee;
}

.footer-shop-mid a {
  color: #999;
}

.footer-shop-lf {
  padding-left: 50px;
}

.foot-gray,
.foot-gray:hover {
  color: #999;
}

.footer dl {
  width: 120px;
  float: left;
  margin-right: 110px;
  padding-top: 16px;
  padding-bottom: 25px;
  text-align: left;
  color: #a5a5a5;
}

.footer dt {
  position: relative;
  color: #fff;
  padding: 17px 0;
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 400;
  border-bottom: 1px solid #a1a1a1;
  zoom: 1;
}

.footer dd {
  line-height: 32px;
  font-size: 14px;
}

.footer dd a,
.footer-copy a,
.footer-copy a:hover {
  color: #a5a5a5;
}

.footer dd a:hover {
  color: #fff;
}

.footer dl.footer-link {
  width: 155px;
  margin-right: 0;
}

.footer-code {
  padding-top: 45px;
}

.footer-copy {
  padding: 6px 0;
  line-height: 25px;
  border-top: 1px solid #666666;
  clear: both;
  text-align: center;
  font-size: 14px;
}

.footer-icon {
  font-size: 0;
  padding: 3px 0 15px 0;
}

.footer-icon-bg {
  display: inline-block;
  height: 30px;
  background: url(../images/common-foot.png�v=20190912.png) no-repeat;
  margin-right: 10px;
}

.footer-icon1 {
  width: 72px;
  background-position: 0 0;
}

.footer-icon1:hover {
  background-position: 0 -40px;
}

.footer-icon2 {
  width: 86px;
  background-position: -78px 0;
}

.footer-icon2:hover {
  background-position: -78px -40px;
}

.footer-icon3 {
  width: 72px;
  background-position: -170px 0;
}

.footer-icon3:hover {
  background-position: -170px -40px;
}

.footer-icon4 {
  width: 72px;
  background-position: -248px 0;
}

.footer-icon4:hover {
  background-position: -248px -40px;
}

.footer-icon5 {
  width: 170px;
  background-position: -326px 0;
}

.footer-icon5:hover {
  background-position: -326px -40px;
}

.footer-icon6 {
  width: 110px;
  background-position: -502px 0;
}

.footer-icon6:hover {
  background-position: -502px -40px;
}

.footer-icon7 {
  width: 80px;
  background-position: -618px 0;
}

.footer-icon7:hover {
  background-position: -618px -40px;
}

.footer-icon8 {
  width: 110px;
  background-position: -704px 0;
  margin-right: 0;
}

.footer-icon8:hover {
  background-position: -704px -40px;
}

/* 公用尾部e */

/* 浏览器提示s */

.Browser {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.Browser .Browser-bg {
  width: 100%;
  height: 100%;
  background: #333;
  opacity: 0.3;
  filter: alpha(opacity=30);
}

.Browser .Browser-d {
  position: absolute;
  background: #fff;
  width: 740px;
  height: 480px;
  top: 50%;
  left: 50%;
  margin-left: -370px;
  margin-top: -240px;
}

.bg-title {
  color: #000;
  font-size: 24px;
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 60px;
  padding-bottom: 56px;
  display: block;
  text-align: center;
}

.bg-tishi {
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  display: block;
  padding-bottom: 20px;
  text-align: center;
}

.bg-tit {
  display: block;
  background: url('../images/warning.png') no-repeat 144px;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
  color: #333;
  margin-bottom: 50px;
  text-align: center;
}

.imglist {
  width: 702px;
  margin: 0 auto;
  height: 150px;
}

.imglist li {
  width: 234px;
  float: left;
  height: 150px;
  text-align: center;
}

.list-1 {
  background: url('../images/Firefox.png') no-repeat center 0;
}

.list-2 {
  background: url('../images/Google.png') no-repeat center 0;
}

.list-3 {
  background: url('../images/qq-b.png') no-repeat center -7px;
}

.imglist p {
  padding-top: 100px;
  font-size: 14px;
  color: #111;
  font-family: Arial, Helvetica, sans-serif;
  padding-bottom: 22px;
}

.imglist a {
  color: #f67000;
  font-size: 14px;
  font-family: Arial, Helvetica, sans-serif;
}

.Browser .Browser-close {
  width: 23px;
  height: 23px;
  position: absolute;
  right: 5px;
  top: 10px;
  background: url('../images/close20.png') no-repeat;
  cursor: pointer;
}

/* 浏览器提示e */

/* 右侧快捷栏s */

.r_sidebar {
  position: fixed;
  right: 0;
  top: 0;
  width: 34px;
  height: 100%;
  background: #e9e9e9;
  z-index: 1000;
}

.r_sidebar_con {
  position: relative;
  width: 34px;
  z-index: 99999;
}

.r_sidebar_con li {
  position: relative;
  width: 34px;
  height: 34px;
  cursor: pointer;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  margin-bottom: 20px;
}

.r_sidebar_con li s {
  width: 34px;
  height: 34px;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  background: #e9e9e9 url(../images/icon-right.png) no-repeat;
  z-index: 66;
}

.r_sidebar_con li:hover,
.r_sidebar_con li:hover s {
  background-color: #ff4e00;
}

.r_sidebar_con li.app_ico s {
  background-position: center -428px;
}

.r_sidebar_con li.app_ico s:hover {
  background-position: center -474px;
}

.r_sidebar_con li.user_ico s {
  background-position: center 8px;
}

.r_sidebar_con li.user_ico s:hover {
  background-position: center -211px;
}

.r_sidebar_con li.code_ico s {
  background-position: center -36px;
}

.r_sidebar_con li.code_ico s:hover {
  background-position: center -255px;
}

.r_sidebar_con li.phone_ico s {
  background-position: center -79px;
}

.r_sidebar_con li.phone_ico s:hover {
  background-position: center -298px;
}

.r_sidebar_con li.client_ico s {
  background-position: center -124px;
}

.r_sidebar_con li.client_ico s:hover {
  background-position: center -343px;
}

.r_sidebar_con li.top_ico s {
  background-position: center -166px;
}

.r_sidebar_con li.top_ico s:hover {
  background-position: center -386px;
}

.r_sidebar_con li span {
  width: 66px;
  height:34px;
  padding: 0 3px 0 9px;
  position: absolute;
  left: 0;
  top: 0;
  line-height: 34px;
  color: #fff;
  border-radius: 2px;
  background: #ff4e00;
  font-size: 14px;
  display: inline-block;
  z-index: 60;
  -webkit-transition: left 0.2s;
  -o-transition: left 0.2s;
  transition: left 0.2s;
}

.r_sidebar_con li:hover span {
  display: block;
  left: -65px;
}

.r_sidebar_btn {
  height: 450px;
  background: url('../images/right.png') no-repeat;
  background-size: 34px auto;
  cursor: pointer;
}

.r_sidebar_btn_purchase {
  height: 450px;
  background: #ff6208 url('../images/r-side-purchase.png') no-repeat;
  border-radius: 0 0 17px 17px;
  cursor: pointer;
}

.r_sidebar_duad {
  width: 46px;
  height: 360px;
  background: url('../images/right-duad.png') no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}

.r_sidebar_duad::before {
  content: '';
  width: 116px;
  height: 195px;
  background: url('../images/right-duad-dt.png') no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}

.r_sidebar_app {
  width: 116px;
  height: 195px;
  background: url('../images/right-app.png') no-repeat;
  position: absolute;
  top: 0;
  right: 0;
}

.r_sidebar_top {
  top: 5%;
}

.r_sidebar_bottom {
  background-color: #e9e9e9;
  position: absolute;
  bottom: 5%;
}

.prism_yhd_code,
.sidebar-app-code {
	display: none;
	position: absolute;
	left: -134px;
	top: -42px;
	width: 132px;
	height: 165px;
	background: url(../images/erweima-kuang.png) no-repeat;
	background-size: 100% 100%;  
}

.prism_yhd_code img,
.sidebar-app-code img {
  padding: 8px 0 0 10px;
}

.prism_yhd_code p {
  font-size: 14px;
  color: #fff;
  margin-left: -8px;
  padding-top: 10px;
  text-align: center;
}

.sidebar-app-code p {
  font-size: 14px;
  color: #fff;
  padding: 10px 0 0 10px;
}

.r_sidebar_con li.code_ico:hover .prism_yhd_code,
.r_sidebar_con li.app_ico:hover .sidebar-app-code {
  display: block;
}

/* 右侧快捷栏e */

/* 网页底部居底s */

#footer.bottomfix {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
}

body.bottomfix {
  height: 100%;
}

/* 网页底部居底e */

/* 采神宝右侧咨询s */

.fixed-sideBox {
  position: fixed;
  width: 300px;
  height: 620px;
  top: 0;
  right: -300px;
  bottom: 0;
  background: #fff;
  z-index: 999;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.sideBox-content {
  text-align: center;
}

.sideBox-contact-top {
  background: url('../images/right-top.jpg') no-repeat;
  background-size: 100% 100%;
  width: 300px;
  height: 110px;
}

.sideBox-close {
  font-size: 0;
  text-align: right;
  margin-bottom: 24px;
}

.sideBox-close-btn {
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url('../images/sideBox-close.png') no-repeat center;
  cursor: pointer;
}

.sideBox-contact-text {
  font-size: 14px;
  color: #111;
  line-height: 13px;
  background: url('../images/yuandian.png') no-repeat;
  background-size: 100%;
  font-weight: 600;
}

.sideBox-contact-tel {
  font-size: 28px;
  color: #333;
  padding-top: 24px;
  padding-bottom: 12px;
}

.sideBox-contact-link {
  font-size: 14px;
  color: #3399ff;
}

.sideBox-contact-link:hover {
  color: #0070ff;
}

.sideBox-contact-middle {
  padding: 28px 25px 30px 25px;
}

.sideBox-contact-form .border-red {
  border-color: #ff5845;
}

.sideBox-contact-selectBox {
  position: relative;
  height: 38px;
  border-radius: 3px;
  border: 1px solid #bbb;
}

.sideBox-contact-selectBg {
  font-size: 14px;
  color: #333;
  line-height: 38px;
  text-align: left;
  padding: 0 12px;
}

.sideBox-contact-selectBg:after {
  position: absolute;
  display: inline-block;
  content: '';
  width: 16px;
  height: 10px;
  top: 14px;
  right: 12px;
  background: url('../images/fixed-side-icon.png') no-repeat -47px -211px;
}

.sideBox-contact-select {
  position: absolute;
  width: 100%;
  height: 38px;
  top: 0;
  left: 0;
  opacity: 0;
}

.sideBox-contact-input {
  height: 38px;
  font-size: 14px;
  text-indent: 1em;
  border-radius: 3px;
  border: 1px solid #bbb;
}

.sideBox-contact-input:focus {
  border-color: #0070ff;
}

.sideBox-contact-input-tel {
  width: 248px;
}

.sideBox-contact-yzmboxtop {
  margin-top: 16px;
  margin-bottom: 16px;
}

.sideBox-contact-yzmbox {
  position: relative;
}

.sideBox-contact-yzmbox .icon-red {
  background: #ff5845;
  display: block;
  position: absolute;
  top: -15px;
  left: 18px;
  color: #fff;
  font-size: 14px;
  display: block;
  padding: 1px 5px;
  border-radius: 3px;
}

.sideBox-contact-yzmbox .sanjiao {
  width: 0;
  height: 0;
  border-width: 4px;
  border-style: solid;
  border-color: #ff5845;
  border-left: 4px solid transparent;
  position: absolute;
  left: 34px;
  top: 5px;
  z-index: 1;
  border-right: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.sideBox-contact-input-yzm {
  width: 148px;
  margin-right: 4px;
  vertical-align: middle;
}

.sideBox-contact-yzmimg {
  height: 40px;
  width: 90px;
  vertical-align: middle;
  cursor: pointer;
}

.sideBox-contact-btn {
  font-size: 14px;
  color: #fff;
  background: #ff8400;
  border: none;
  cursor: pointer;
  border-radius: 3px;
}

.sideBox-contact-sub {
  width: 100%;
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
}

.sideBox-contact-btn:hover {
  background: #ff4e00;
}

.sideBox-contact-bottom {
  padding: 15px 25px 0 25px;
}

.sideBox-contact-foot {
  margin-top: 30px;
  padding-bottom: 10px;
}

.sideBox-contact-foot .foot-csb {
  color: #ff4e00;
  font-size: 14px;
  font-weight: 600;
}

.sideBox-contact-foot .foot-csb:hover {
  text-decoration: underline;
}

.sideBox-contact-wximgBox {
  padding-top: 22px;
}

.sideBox-contact-wximgBox img {
  width: 170px;
  height: 170px;
}

.sideBox-contact-suc {
  width: 248px;
  height: 154px;
  border: 1px solid transparent;
  border-radius: 3px;
}

.sideBox-contact-sucImg {
  width: 66px;
  height: 39px;
  margin: 20px auto 5px auto;
  background: url('../images/success.png') no-repeat;
}

.sideBox-contact-sucTextone {
  font-size: 16px;
  color: #00c800;
  font-weight: 800;
  margin-top: 5px;
}

.sideBox-contact-sucText {
  font-size: 14px;
  font-weight: 600;
  color: #111;
  margin-top: 5px;
}

.sideBox-contact-sucBtn {
  width: 100%;
  height: 40px;
  margin-top: 29px;
}

.sideBox-show {
  right: 34px;
}

.sideBox-contact-input-error {
  border-color: #ff3333;
  background: #fff7f7;
}

.sideBox-contact-input-error::-webkit-input-placeholder {
  color: #ff3333;
}

.sideBox-contact-input-error:-moz-placeholder {
  color: #ff3333;
}

.sideBox-contact-input-error:-ms-input-placeholder {
  color: #ff3333;
}

@media (min-width: 1390px) {
  .r_sidebar,
  .fixed-sideBox {
    display: block;
  }
}

/* 采神宝右侧咨询e */

/* 底部版权免责s */

.footer-mz-Text {
  font-size: 14px;
  font-weight: 600;
  border: 1px solid #ffe3bb;
  background: #fff6e9;
  padding: 10px 15px;
  margin: 10px 0;
}

.footer-mz-Text a {
  padding-left: 15px;
  color: #ff3333;
}

.footer-mz-Text a.csb {
  background: url(../images/csb.png) no-repeat;
  background-size: 14px 14px;
}

.footer-mz-Text a.hht {
  background: url(../images/hht.png) no-repeat;
  background-size: 14px 14px;
}
/* 底部版权免责e */

/*文字区块*/
.page-bottom-desc {
    font-size: 14px;
    background-color: #fff;
    padding: 10px;
    line-height: 25px;
    margin-top: 20px;
}